type time.absCentury
5 uses
time (current package)
time.go#L572: type absCentury uint64
time.go#L639: func (days absDays) split() (century absCentury, cyear absCyear, ayday absYday) {
time.go#L642: century = absCentury(d / 146097)
time.go#L713: func (century absCentury) leap(cyear absCyear) absLeap {
time.go#L731: func (century absCentury) year(cyear absCyear, janFeb absJanFeb) int {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)